lcStatbarText Home

Sets text string for the cell of a status bar.

 BOOL lcStatbarText (
   HANDLE hStatbar,
   int Id,
   LPCWSTR szText
 );

Parameters
hStatbar
  Handle to a status bar object.
Id
  Specifies the cell identifier.
szText
  Specifies text string to be drawn in the cell.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcStatbarRedraw